home *** CD-ROM | disk | FTP | other *** search
/ funcom 2000 Presskit / 000721_1312 (fun.com).iso / lyd.cst / 00014_Script_14 < prev    next >
Text File  |  2000-04-18  |  218b  |  14 lines

  1. on mouseEnter
  2.   repeat with i = 31 to 38
  3.     set the visible of sprite (i) to 1
  4.     
  5.   end repeat
  6. end
  7.  
  8. on mouseLeave
  9.   repeat with i = 31 to 38
  10.     set the visible of sprite (i) to 0
  11.     
  12.   end repeat
  13. end
  14.